CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hilbert curve

搜索资源列表

  1. 李学武提交C语言源代码

    0下载:
  2. 李学武提交的C语言源代码,包括Hilbert曲线,高精度计算,π值计算公式,取石子游戏,趣味等式填数游戏3则,验证四色定理等- Li Xuewu submits the C language source code, including the Hilbert curve, the high accuracy computation, pi the value formula, takes the gravel game, the interest equality fills in the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:93324
    • 提供者:none
  1. hilbert

    0下载:
  2. 这个是Hilbert曲线的实现算法,可以具体演示出每级曲线的绘制过程,最多可实现8级曲线的绘制.-Hilbert Curve is the realization of the algorithm can be demonstrated that each specific grade curve of the process of drawing up to achieve eight curve drawing.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9450
    • 提供者:慕容楚冰
  1. hilbert

    0下载:
  2. 构建hilbert曲线,可以计算gilbert曲线的各参数值-This recursive function calculates coordinates of n-th order Hilbert curve. It is then possible to plot it using the "line" command.
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:1228
    • 提供者:whj
  1. hilbert

    1下载:
  2. hilbert curve main file
  3. 所属分类:Graph Drawing

    • 发布日期:2015-04-11
    • 文件大小:16397
    • 提供者:nani
  1. hilbert-(1)

    0下载:
  2. 构建hilbert曲线,并可以计算出各种参数,绘制图形-This recursive function calculates coordinates of n-th order Hilbert curve. It is then possible to plot it using the "line" command.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2413
    • 提供者:whj
  1. hilbert-curve-matlab-code

    1下载:
  2. hilbert 分形matlab源码,Hilbert曲线扫描矩阵的生成算法及其MATLAB程序代码-hilbert curve fractal matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:6242
    • 提供者:山泉
  1. hilbert

    0下载:
  2. matlab 分形hilbert曲线 复数向量编码,编码简短精炼,很值得学习。 -matlab fractal hilbert curve complex vector, coding short refining, it is worth learning.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:557
    • 提供者:山泉
  1. hilbert

    0下载:
  2. VC下图像置乱算法 基于hilbert曲线算法的实现代码 包含完整代码和头文件-VC under the scrambling algorithm is based on hilbert curve algorithm implementation code contains the complete code and header files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2375
    • 提供者:王辉
  1. hilbert

    0下载:
  2. 用hilbert曲线扫描图像后,进行图像检索的代码,里面有很多有用的代码-After scanning the image with the hilbert curve, the image retrieval code, there are a lot of useful code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:6904
    • 提供者:duxing
  1. Peano-Hilbert-algorithm

    0下载:
  2. windows环境下用visual C++实现计算机图形学中Peano-Hilbert曲线算法的编码-windows environment using visual C++ implementation in computer graphics Peano-Hilbert curve of the encoding algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:256547
    • 提供者:jack
  1. Peano-Hilbert

    0下载:
  2. 这是计算机图形学中比较经典的Peano-Hilbert曲线算法,可以看到实现效果-This is the more classic computer graphics Peano-Hilbert curve algorithms, you can see the effect achieved
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:255460
    • 提供者:李波
  1. Peano-Hilbert

    0下载:
  2. 分形几何算法案例,基于MFC实现 Peano-Hilbert曲线算法-Fractal geometry algorithm case, MFC-based implementation Peano -Hilbert curve algorithms
  3. 所属分类:Fractal program

    • 发布日期:2017-03-30
    • 文件大小:256616
    • 提供者:saberproxy
  1. Peano-Hilbert

    0下载:
  2. 画图算法--Peano-Hilbert曲线算法,用于学习,是算机图形学基础的基础算法。-Drawing algorithm- Peano-Hilbert curve algorithm for learning is a to count machine graphics based algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-14
    • 文件大小:354949
    • 提供者:chensiyuan
  1. Hilbert

    0下载:
  2. 德国数学家 David Hilbert 发现了这样一种可以填满整个单位正方形的分形曲线,称它为 Hilbert 曲线。-German mathematician David Hilbert found such a can fill the entire unit square fractal curve, called it Hilbert curve.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:1388455
    • 提供者:yangjianguo
  1. Hilbert

    0下载:
  2. 希尔伯特曲线一种能填充满一个平面正方形的分形曲线(空间填充曲线),由大卫·希尔伯特在1891年提出。 由于它能填满平面,它的豪斯多夫维是2。取它填充的正方形的边长为1,第n步的希尔伯特曲线的长度是2n - 2-n。 L系统记法: 变量: L, R 常数: F, +, - 公理: L 规则: L → +F--F+ R → − LF+RFR+FL− F : 向前 - : 右转90° + : 左转90-Hilbert curve can
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3604
    • 提供者:zhurongyan
  1. hilbert

    0下载:
  2. 产生hilbert曲线,算法比较简单,不过运算速度很快(非本人原创)-hilbert curve
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:627
    • 提供者:jjiangwenjun
  1. Hilbert

    0下载:
  2. 先把原图按hilbert曲线进行赋值,拉成一条一维数组,再reshape成一副图像,-First the original assignment according to the Hilbert curve, pull into a one-dimensional array, and then reshape into a pair of images,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:34201
    • 提供者:席太平
  1. Hilbert

    0下载:
  2. hilbert曲线 每点击鼠标一次,层次增加一次,以图形化形式进行展示-hilbert curve
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:2020
    • 提供者:mayu
  1. Peano-Hilbert

    0下载:
  2. 代码是关于Peano-Hilbert曲线算法,属于图形学范畴-Code is on the Peano-Hilbert curve algorithm, belongs to the category Graphics
  3. 所属分类:Graph program

    • 发布日期:2017-04-30
    • 文件大小:340364
    • 提供者:左颜汐
  1. Hilbert

    1下载:
  2. 希尔伯特曲线的matlab程序,我们采用矩阵的方法来画希尔伯特曲线-Hilbert curve matlab procedures, we use the matrix method to draw Hilbert curve
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:557180
    • 提供者:黄良益
« 12 3 »
搜珍网 www.dssz.com